AAssetDir

{@link AAssetManager} provides access to an application's raw assets by creating {@link AAsset} objects.

AAssetManager is a wrapper to the low-level native implementation of the java {@link AAssetManager}, a pointer can be obtained using AAssetManager_fromJava().

The asset hierarchy may be examined like a filesystem, using {@link AAssetDir} objects to peruse a single directory.

A native {@link AAssetManager} pointer may be shared across multiple threads.

extern (C) nothrow @nogc
struct AAssetDir

Meta